UIVerticalSpacer
	UIText {text:"Settings"}
	UICollection
		UIButton {text:"Audio settings",onclick:"submenu build data/menus/audio settings.txt"}
		UIButton {text:"Video settings",onclick:"submenu build data/menus/video settings.txt"}
		UIButton {text:"Gameplay settings",onclick:"submenu build data/menus/gameplay settings.txt"}
		UIButton {text:"Remap controls",onclick:"submenu build data/menus/remap controls.txt"}
		UIButton {text:"Developer settings",onclick:"submenu build data/menus/developer settings.txt"}
		UIButton {text:"Back",onclick:"closeSettings"}
	end
end